home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0172.dms / q0172.adf / CheckPlus / TestScript < prev    next >
Text File  |  1992-03-25  |  263b  |  14 lines

  1. ; CheckPlus demonstration script
  2.  
  3. CheckPlus
  4.  
  5. If WARN
  6.     Echo "This machine is not an A500+"
  7.     ; Run some KickStart 1.3 only programs here
  8. Else
  9.     Echo "This machine is an A500+"
  10.     ; Run some KickStart 2.0 only programs here
  11. EndIf
  12.  
  13. ; Run programs for both machines here
  14.